T
ESRI.ArcGIS.Mobile.Client
Generic SelectionGroup Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls.Groups Namespace : Generic SelectionGroup Class

A Group that displays a header text and a value. It also allows the user to edit the value, by showing the user a list.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class SelectionGroup(Of T) 
   Inherits Group
C# 
public class SelectionGroup<T> : Group 

Type Parameters

T

Remarks

SelectionGroup is meant to be used when you have a collection of choice that you want user to choose from. It takes a pre-defined collection, a DisplayMenber and a ValueMember, and allows user to pick a value from the collection.

SelectionGroup is used with a GroupView.

There are other types of Groups that are designed to work with different types of data you can show or edit, including DateAttributeGroup, EnumAttributeGroup, NumericAttributeGroup, RadioGroup, StringAttributeGroup, etc.

If you want to show user a read-only group, use ReadOnlyAttributeGroup.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Controls.Groups.Group
      ESRI.ArcGIS.Mobile.Client.Controls.Groups.SelectionGroup

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Controls.Groups

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also